x11: Actually call the finished func when finishing
authorBenjamin Otte <otte@redhat.com>
Wed, 1 Aug 2018 19:13:06 +0000 (21:13 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 18 Jun 2019 19:53:18 +0000 (15:53 -0400)
Copy/paste madness was calling the status func...

gdk/x11/gdkdrop-x11.c

index 7c8712c09f0e5f35904bc706d0a898df7609e7c9..b0d9457b3b41bd7f97705d45b88d640347817f39 100644 (file)
@@ -821,7 +821,7 @@ gdk_x11_drop_finish (GdkDrop       *drop,
 
   if (gdk_drop_get_drag (drop))
     {
-      gdk_x11_drag_handle_status (display, &xev);
+      gdk_x11_drag_handle_finished (display, &xev);
     }
   else
     {